const runtime._SEGV_ACCERR

2 uses

	runtime (current package)
		defs_linux_amd64.go#L83: 	_SEGV_ACCERR = 0x2
		signal_unix.go#L860: 		if (gp.sigcode0 == 0 || gp.sigcode0 == _SEGV_MAPERR || gp.sigcode0 == _SEGV_ACCERR) && gp.sigcode1 < 0x1000 {